From: Richard M. Stallman Date: Mon, 2 Jun 1997 18:30:21 +0000 (+0000) Subject: (find_interval): No longer inline. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80948 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1863bbf89490cfae806e9598a7ed4525cb7e0c08;p=emacs.git (find_interval): No longer inline. --- diff --git a/src/intervals.c b/src/intervals.c index 024a4f31903..fa23272160b 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -549,7 +549,7 @@ split_interval_left (interval, offset) is updated in the interval found. Other functions (e.g., next_interval) will update this cache based on the result of find_interval. */ -INLINE INTERVAL +INTERVAL find_interval (tree, position) register INTERVAL tree; register int position;